Amadeus API       

Node
PoweredTicket_DisplayTSTReply
segDetails



Description

Details on open segments added to the price calculation. These open segments exist only in the fare calculated, they have no equivalent in the PNR itinerary. This segment gives also information on booking class for best buy transactions..
Status (Requirement Designator) = Conditional. Repetition = 1.

XML Tree

<segDetails>
     <departureCity>
        <cityCode></cityCode>
     </departureCity>
     <arrivalCity>
        <cityCode></cityCode>
     </arrivalCity>
     <airlineDetail>
        <carrierCode></carrierCode>
     </airlineDetail>
     <segmentDetail>
        <identification></identification>
        <classOfService></classOfService>
     </segmentDetail>
     <ticketingStatus></ticketingStatus>
</segDetails>


Field Descriptions

Field Attributes and Description
Node   departureCity Field Type = Node. Repetition = 1.
City of departure for this extra segment..
  cityCode Field Type = Data Element.
Alphabetic, minlen=1, maxlen=3, repetition=1.

Code of the city..
Node   arrivalCity Field Type = Node. Repetition = 1.
City of arrival for this extra segment..
  cityCode Field Type = Data Element.
Alphabetic, minlen=1, maxlen=3, repetition=1.

Code of the city..
Node   airlineDetail Field Type = Node. Repetition = 1.
Airline detail information of the extra segment..
  carrierCode Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=3, repetition=1.

Code of the airline..
For a list of valid codes, see codeset carrierCode.
Node   segmentDetail Field Type = Node. Repetition = 1.
Segment detail information..
Mandatory  identification Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=6, repetition=1.

OPEN or AIR are the two identifications accepted. OPEN means the segment described here is an open segment. AIR means that it is a valid AIR segment..
  classOfService Field Type = Data Element.
Alphabetic, minlen=1, maxlen=1, repetition=1.

Class of service to use in order to price the extra segment..
  ticketingStatus Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=2, repetition=1.

Ticketing status for this segment. Relevant only in case of reply..
For a list of valid codes, see codeset ticketingStatus.

Naming Conventions

minlen = Minimum Length,
maxlen = Maximum Length,
Mandatory = Mandatory,
Node = Node,
Repetition = Maximum number of occurences for a Node.

Code Sets and Code Lists

carrierCode

CodeDescription
7YYIndustry fares for all carriers.

ticketingStatus

CodeDescription
NOFlight closed/canceled.
OKConfirmed.
RQRequested.
SPSpace available.